home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Sample Controls / MoviePlayer / Register.h < prev   
Encoding:
Text File  |  1996-12-15  |  349 b   |  12 lines  |  [TEXT/CWIE]

  1. // {F6CDB443-FBF1-11cf-821E-444553540000}
  2. DEFINE_GUID(CLSID_ocx, 
  3. 0xf6cdb443, 0xfbf1, 0x11cf, 0x82, 0x1e, 0x44, 0x45, 0x53, 0x54, 0x0, 0x0);
  4.  
  5.  
  6. #define kOCXFullUserTypeName            "MoviePlayer"
  7. #define kOCXProgID                        "MoviePlayer"
  8. #define kOCXCLSID                        "{F6CDB443-FBF1-11cf-821E-444553540000}"
  9.  
  10. #include "CMovieControl.h"
  11. #define CControl CMovieControl
  12.